fix string inconsistencies in callers of panic()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 3 Dec 2013 11:39:22 +0000 (12:39 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 3 Dec 2013 11:39:22 +0000 (12:39 +0100)
commit51ad90aea21c7f5edff71620fe5d2b6543c42cba
tree0f94e2c3f7243e375982e465b3acf75e01052f79
parent5148b7b51be7fc63ed0af9cbf3fe007fa283a219
fix string inconsistencies in callers of panic()

panic() (as well as early_panic() in arm) is inconsistently called with or
without a trailing newline.  This results in cases where the lower line of
*****s is not on its own line.

Change panic() to always print a newline itself, and update callers not to.

In addition, panic() was occasionally called with a leading newline, and
occaionally with trailing punctuation which seems rather redundant given the
surrounding context.  Fix up these sitiuations as well.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Release-acked-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
37 files changed:
xen/arch/arm/arm32/vfp.c
xen/arch/arm/arm64/traps.c
xen/arch/arm/domain_build.c
xen/arch/arm/early_printk.c
xen/arch/arm/gic.c
xen/arch/arm/kernel.c
xen/arch/arm/mm.c
xen/arch/arm/platform.c
xen/arch/arm/setup.c
xen/arch/arm/smpboot.c
xen/arch/arm/time.c
xen/arch/arm/traps.c
xen/arch/x86/apic.c
xen/arch/x86/bzimage.c
xen/arch/x86/cpu/amd.c
xen/arch/x86/cpu/mcheck/mce.c
xen/arch/x86/domain_build.c
xen/arch/x86/hvm/svm/intr.c
xen/arch/x86/io_apic.c
xen/arch/x86/mm/mm-locks.h
xen/arch/x86/mpparse.c
xen/arch/x86/setup.c
xen/arch/x86/smpboot.c
xen/arch/x86/tboot.c
xen/arch/x86/time.c
xen/arch/x86/traps.c
xen/arch/x86/x86_64/mm.c
xen/arch/x86/x86_64/traps.c
xen/common/page_alloc.c
xen/common/schedule.c
xen/drivers/char/console.c
xen/drivers/passthrough/iommu.c
xen/drivers/passthrough/pci.c
xen/drivers/passthrough/vtd/dmar.h
xen/drivers/passthrough/vtd/iommu.c
xen/drivers/passthrough/vtd/qinval.c
xen/xsm/flask/hooks.c